FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / NullableObjectConverter<T> Class / ConvertTo Method / ConvertTo(Object,Type) Method

In This Topic
    ConvertTo(Object,Type) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function ConvertTo( _
       ByVal value As Object, _
       ByVal destinationType As Type _
    ) As Object
    public object ConvertTo( 
       object value,
       Type destinationType
    )

    Parameters

    value
    destinationType
    See Also